|
In mathematics, an empty sum, or nullary sum, is a summation where the number of terms is zero. By convention, the value of any empty sum of numbers is zero. Let ''a''1, ''a''2, ''a''3,... be a sequence of numbers, and let : be the sum of the first ''m'' terms of the sequence. Then : for all ''m'' = 1,2,... provided that we use the following conventions: and . In other words, a "sum" with only one term evaluates to that one term, while a "sum" with no terms evaluates to 0. Allowing a "sum" with only 1 or 0 terms reduces the number of cases to be considered in many mathematical formulas. Such "sums" are natural starting points in induction proofs, as well as in algorithms. For these reasons, the "empty sum is zero convention" is standard practice in mathematics and computer programming. For the same reason, the empty product is taken to be one, the neutral element for multiplication. For summations defined in terms of addition of other values than numbers (such as vectors, matrices, polynomials), in general of values in some given abelian group, the value of an empty summation is taken to be the zero element of that group. == Relevance of defining empty sums == The notion of an empty sum is useful for the same reason that the number zero and the empty set are useful: while they seem to represent quite uninteresting notions, their existence allows for a much shorter mathematical presentation of many subjects. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「empty sum」の詳細全文を読む スポンサード リンク
|